WARNING: This program has a bug, which means we need to fix it!
RULE: When you call a function that returns a value, you must store that value in a variable, like this:
my_num·=·number_generator()¬ . In this example, my_num stores the random number from the function.
- Click Run and read the error message.
- Debug the program by adding a return variable my_num to store the value returned by number_generator().
To navigate the page using the TAB key, first press ESC to exit the code editor.